Add Preload + SRI image destination tests This CL adds all of the Preload + SRI tests for the as=image destination. Chrome is not implementing Preload + SRI on non-{script, style} destinations immediately, but it is good to add the tests for these destinations so that the future implementation's success can easily be tracked and measured. R=kouhei@chromium.org, yhirano@chromium.org Bug: 981419 Change-Id: I7e04c4ff9df400942782ab224ea5148f9874969f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1689511 Reviewed-by: Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Dominic Farolino <dom@chromium.org> Cr-Commit-Position: refs/heads/master@{#674980} 
diff --git a/preload/subresource-integrity.html b/preload/subresource-integrity.html index 08c7854..52ec0f6 100644 --- a/preload/subresource-integrity.html +++ b/preload/subresource-integrity.html 
@@ -27,6 +27,12 @@  sha384: 'sha384-wDAWxH4tOWBwAwHfBn9B7XuNmFxHTMeigAMwn0iVQ0zq3FtmYMLxihcGnU64CwcX',  sha512: 'sha512-9wXDjd6Wq3H6nPAhI9zOvG7mJkUr03MTxaO+8ztTKnfJif42laL93Be/IF6YYZHHF4esitVYxiwpY2HSZX4l6w=='  }, + { + destination: 'image', ext: '.png', supports_sri: false, + sha256: 'sha256-47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=', + sha384: 'sha384-OLBgp1GsljhM2TJ+sbHjaiH9txEUvgdDTAzHv2P24donTt6/529l+9Ua0vFImLlb', + sha512: 'sha512-z4PhNX7vuL3xVChQ1m2AB9Yg5AULVxXcg/SpIdNs6c5H0NE8XYXysP+DGNKHfuwvY7kxvUdBeoGlODJ6+SfaPg==' + },  // TODO(domfarolino): Add more destinations.  ];